From f78a13d5e9b7bc9da2a360e3fffff4c4c115a250 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 10 Aug 2009 13:30:50 +0100 Subject: [PATCH] pygrub: Remove bogus log.debug line. Signed-off-by: Keir Fraser --- tools/pygrub/src/pygrub | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub index 095db5e72c..ac20aace67 100644 --- a/tools/pygrub/src/pygrub +++ b/tools/pygrub/src/pygrub @@ -535,7 +535,6 @@ def run_grub(file, entry, fs, arg): try: img = g.cf.images[sel] except IndexError: - log.debug("PyGrub: Default selection is not valid, using first boot configuration...") img = g.cf.images[0] grubcfg = { "kernel": None, "ramdisk": None, "args": None } -- 2.30.2